body {
    background: #beb7a2 url(http://stores.mybisi.com/templates/03/_images/red/bg.jpg) center top repeat-y;	
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    color: #201a0e;
}
a:link, a:visited {
    color: #201a0e;
    text-decoration: underline;
}
a:hover, a:active {
    color: #504530;
}

/* Buttons */
.button {
	background: #370002;
	color: #FFF !important;
}
.button:hover {
	background: #711d20;
}

/* Top */
#top h1 {
	color: #370002;
}

#search input {
	background: #370002;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(/templates/03/_images/red/bar.gif) 0 0 no-repeat;
	color: #FFF;
	height: 54px;
}		
		
	#menu {
		color: #FFF;
	}
	#menu a:link, #menu a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		background: transparent url(/templates/03/_images/red/cart-icon.gif) 0 13px no-repeat;
	}	

/* Content */
#main {
	background: #dcd8cc;
}
	#products td {
		background: #FFF;
	}
	
	p.price {
		color: #4c0003;
	}
	
	#cart-total {
		background: #beb9a9;
		color: #FFF;
	}
		#cart-total a:link, #cart-total a:visited {
			color: #FFF;
		}
		#cart-total a:hover, #cart-total a:active {
			color: #EFEFEF;
		}
	
	.cart-item {
		border-bottom: 1px solid #beb9a9;
	}

/* Side */

	#side li {
		background: transparent url(/templates/03/_images/red/category-divider.gif) left bottom repeat-x;
	}

/* Footer */
#footer {
	background: transparent url(/templates/03/_images/red/footer-divider.gif) 0 0 repeat-x;
}
#footer p, #footer a {
	color: #FFF;
}